normal assignment statement meaning in English
正规赋值语句
Examples
- You use a normal assignment statement to assign an object to an object variable
使用标准赋值语句将对象分配给对象变量。 - An augmented assignment evaluates the target ( which , unlike normal assignment statements , cannot be an unpacking ) and the expression list , performs the binary operation specific to the type of assignment on the two operands , and assigns the result to the original target
一条增量赋值语句对目标(和一般的赋值语句不同,它不能是展开的对象)和表达式列表求值,执行特定于两个操作数的赋值类型的二元运算,并将结果赋值给原先的目标。